const net.defaultTCPKeepAlive

3 uses

	net (current package)
		dial.go#L18: 	defaultTCPKeepAlive = 15 * time.Second
		file_unix.go#L77: 		return newTCPConn(fd, defaultTCPKeepAlive, testHookSetKeepAlive), nil
		tcpsock.go#L241: 		keepAlive = defaultTCPKeepAlive